Problem Note 37980: ERROR: Column VALID_FROM_DTTM could not be found in the table/view identified with the correlation name A.
The SAS® Performance Management Solutions 9.2 <cind_dds_10400_load_dimension_type_table> job might fail
on systems that were migrated from a SAS Performance Management Solutions 9.1.3 environment.
The SAS Data Integration Studio log will display the error message:
ERROR: Column VALID_FROM_DTTM could not be found in the table/view
identified with the correlation name A.
To correct this problem:
-
Start SAS Data Integration Studio,
open the Connection Profile
and logon to the SAS Metadata Server.
-
Select Tools > Code Editor.
-
Copy the following code into the Code Editor:
%startsln(sol);
%bldLibNm(sesetl_sasLibRef=_CIDDS
, sesetl_OMRSASLibraryObjName=&CrossIndustryDDStier_folder./&CrossIndustryDDSLibObj./&CrossIndustryDDSLibObj
, sesetl_useType=BASE
, sesetl_validateLib=Y
) ;
PROC SQL;
DROP TABLE _CIDDS.DIMENSION_TYPE_X;
delete from _CIDDS.DIMENSION_TYPE;
quit;
-
Select Run.
-
After the job has run successfully, close the Code Editor window.
Operating System and Release Information
SAS System | SAS Solutions Services Data Server | Microsoft® Windows® for x64 | 5.1 | 5.2 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Datacenter Edition | 5.1 | 5.2 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Enterprise Edition | 5.1 | 5.2 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Standard Edition | 5.1 | 5.2 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2008 | 5.1 | 5.2 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows XP Professional | 5.1 | 5.2 | 9.2 TS2M3 | 9.2 TS2M3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2010-03-01 12:48:14 |
Date Created: | 2009-12-01 11:09:29 |